Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limited: fix possible deadlock when pushhandler calls fetcher #2403

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

tonistiigi
Copy link
Member

fixes #2357

When pushing to a registry that doesn't support blob mounts pushhandler may call fetch for another repo internally. If push has already allocated all available connection fetch can never get a connection and push can not proceed.

Signed-off-by: Tonis Tiigi [email protected]

@tonistiigi tonistiigi added this to the v0.9.2 milestone Oct 7, 2021
@AkihiroSuda AkihiroSuda merged commit b8462c3 into moby:master Oct 7, 2021
@tonistiigi tonistiigi mentioned this pull request Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"exporting to image" hangs with v0.9.0, works with v0.9.0-rc1
2 participants